home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12957 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  930 b 

  1. Path: cs.uwp.edu!nelson
  2. From: nelson@cs.uwp.edu (Jeremy Nelson)
  3. Newsgroups: comp.unix.programmer,comp.lang.c
  4. Subject: Re: Applying file masks in UNIX using C/C++
  5. Date: 3 Apr 1996 17:35:21 GMT
  6. Organization: University of Wisconsin - Parkside
  7. Message-ID: <4jucsp$7tf@news.inc.net>
  8. References: <31618AFE.5476@netrover.com> <3162A45F.7F969666@alcyone.com>
  9. NNTP-Posting-Host: 131.210.1.4
  10.  
  11. Stephane Charette wrote:
  12. : This is a long shot...but...does anyone know of the existence
  13. : of public domain C/C++ code which will apply a file mask to
  14. : an existing filename and return a TRUE or FALSE response?
  15.  
  16. Erik Max Francis  <max@alcyone.com> wrote:
  17. ! Nope.  This sort of information is not available under the ANSI C standard.
  18. ! You should look on whatever programming group is appropriate for the 
  19. ! operating system you're interested in (e.g., comp.os.msdos.programmer).
  20.  
  21. FTR, 'fnmatch()' is defined by POSIX-2 and does this action.
  22.  
  23. jfn
  24.